home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: news.nic.surfnet.nl!hhinsi!news
- From: robv@si.hhs.nl (Veer)
- Subject: Re: MsgPorts
- Message-ID: <DLA2Cn.B63@si.hhs.nl>
- Sender: news@si.hhs.nl
- Reply-To: robv@si.hhs.nl
- Organization: Sector Informatica, Haagse HogeSchool, the NetherLands
- References: <2005.6588T1264T489@Th0r.foo.bar>
- Date: Tue, 16 Jan 1996 14:17:10 GMT
-
- In article 6588T1264T489@Th0r.foo.bar, christon (Christopher Naas) writes:
- > Can someone please tell me what I'm doing wrong here? When I run this program,
- > it causes a "Disable/Reboot" requester, and then hangs the machine (hard). If
- > I run it with Enforcer enabled, it works fine. I guess I'm doing something not
- > quite right, but I can't see what. Please help.
- >
-
- > kmsg = (struct KMsg *)GetMsg (mymsgport);
- > Printf ("Got it! %ld\n", kmsg->Type);
- > ReplyMsg ((struct Message *)kmsg);
-
- It seems as if you didn't install a replyport.
-
-
- ---
- CYa,
-
- Rob.
-
- ---
- Think about this for a while:
-
- Only fools can develop fool-proof applications.
-
-
-
-